footer {
  margin-top: unset;
  height: auto;
}

.footer-wrapper {
  max-width: 120.4rem;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 4rem;
  color: var(--consoleWhite);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 640px) {
  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 960px) {
  .footer-wrapper {
    justify-items: start;
    grid-template-rows: 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }
}

#right-reserved {
  font-size: var(--font-small);
  line-height: var(--lineHeight-small);
  color: var(--consoleWhite);
}

#logo {
  width: 3rem;
  margin-bottom: 2.6rem;
}

.list-header {
  font-weight: bold;
}

.social-list {
  list-style: none;
  display: grid;
  justify-content: start;
  align-items: center;
  grid-auto-flow: column;
  column-gap: 2rem;
  margin: 3rem 0 0;
  padding: 0;
}

.social-list li {
  padding: 0;
}

.social-icon {
  display: block;
  max-width: 2.4rem;
  max-height: 2.4rem;
}

.logo-div {
  grid-row: 1 / -1;
}

.list-link {
  color: #e6e7ec;
}

.footer {
  padding: 12rem 4rem;
  background-color: #0c0c0d;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #e6e7ec;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  line-height: 3.6rem;
}

@media print {
  .footer {
    display: none;
  }
}
